home *** CD-ROM | disk | FTP | other *** search
- on doHotspot labelsprite, whichFrame, whichMovie, whichTransition, time, chunkSize
- removeFromStage(labelsprite)
- puppetSprite(labelsprite, 0)
- if not voidp(whichTransition) then
- transitionRoll(whichTransition, time, chunkSize)
- end if
- if voidp(whichMovie) then
- set whichMovie to the movieName
- end if
- goScene(whichFrame, whichMovie)
- end
-